Skip to main content

Web Search

Overview

Glean provides the ability to use web search in world knowledge mode to access real-time web information alongside company data. This feature is available in Glean Assistant and Agents.

Web Search in Assistant

When in world knowledge mode, Glean triggers web search or leverages LLM data based on the user query. Users will also see a "globe" button in the chat box which enables the user to use web search for every message. Thus, the user is able to determine when a web search should be used for their request.

  • What was Glean's most recent funding round?
  • What is the latest AI news?
  • What are the 2025 trends for the financial services sector?
  • Provide an overview of the most recent earnings report.

Web Search in Agents

Agent creators will be able to use web search action for an agent step. This will enable the creation of agents that can combine internal company knowledge with real-time web searches.

To enable web search, Admins need to set up one or more web search action as follows:

  1. Under Admin Console > Platform -> Actions select one of the following options to add an available web search action
    1. OpenAI actions
      1. Select an instance name e.g. OpenAI Web Search.
      2. Choose how you wish to use this provider i.e. using Glean Key or your own key. If using your own key, configure the Organization ID and OpenAI API Key that should be used with this action.
      3. Publish the action to be used in chat and/or agents.
      4. Save the action.
    2. Brave actions
      1. Select an instance name e.g. Brave Web Search.
      2. Publish the action to be used in chat and/or agents.
      3. Save the action.
    3. Google Gemini actions
      1. Select an instance name e.g. Google Gemini Web Search.
      2. Select a Gemini Search tool.
        1. Google consumer search: Uses public web results. Select this option if your application needs more up-to-date results for fast-changing topics. Learn more
        2. Google enterprise search: designed for regulated industries. It provides zero data retention, privacy and compliance-focused results. Learn more
      3. Publish the action to be used in Glean Assistant and/or Agents.
      4. Save the action.

FAQ